Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix broken licence agreement tear-down #673

Merged
merged 2 commits into from
Jan 19, 2024

Conversation

Cruikshanks
Copy link
Member

https://eaflood.atlassian.net/browse/WATER-4336

In Improve tear down speed we made sweeping changes to the tear-down service which is used to support our water-abstraction-acceptance-tests. The new changes improved the performance of the clean-down.

However, we've spotted that one of the delete statements got lost in the whirlwind of our strategy testing; licence agreements not marked as 'test' but linked to 'test' licences. This a common issue the tear-down service has to deal with due to the way the tests are currently written and the inherited test seed process works.

This change adds the missing statement.

https://eaflood.atlassian.net/browse/WATER-4336

In [Improve tear down speed](#671) we made sweeping changes to the tear-down service which is used to support our [water-abstraction-acceptance-tests](https://github.com/DEFRA/water-abstraction-acceptance-tests). The new changes improved the performance of the clean down.

However, we've spotted that one of the delete statements got lost in the whirlwind of our strategy testing; licence agreements not marked as 'test' but linked to 'test' licences. This a common issue the tear-down service has to deal with due to the way the tests are currently written and the inherited test seed process works.

This changes adds the missing statement.
@Cruikshanks Cruikshanks added the bug Something isn't working label Jan 19, 2024
@Cruikshanks Cruikshanks self-assigned this Jan 19, 2024
@Cruikshanks Cruikshanks marked this pull request as ready for review January 19, 2024 11:54
@Cruikshanks Cruikshanks merged commit 31775a7 into main Jan 19, 2024
6 checks passed
@Cruikshanks Cruikshanks deleted the fix-broken-licence-agreement-tear-down branch January 19, 2024 11:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant